home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / TEMP / GNU / bison / Exercises < prev    next >
Text File  |  1995-06-28  |  576b  |  19 lines

  1. Exercises
  2. Previous: <Multi-function Calc=>Multifunct> * Next: <Grammar File=>GrammarFil> * Up: <Examples=>Examples>
  3.  
  4. #Wrap on
  5. {fH3}Exercises{f}
  6.  
  7. #Indent +4
  8.  1. Add some new functions from {fCite}math.h{f} to the initialization list.
  9.  
  10.  2. Add another array that contains constants and their values.  Then
  11. modify {fCode}init\_table{f} to add these constants to the symbol table.
  12. It will be easiest to give the constants type {fCode}VAR{f}.
  13.  
  14.  3. Make the program report an error if the user refers to an
  15. uninitialized variable in any way except to store a value in it.
  16.  
  17. #Indent
  18.  
  19.